home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 42 / Mac Magazin and MacEasy Magazine CD - Issue 42.iso / Software / Multimedia / Sound / Club MID 1.0.4 / Read Me < prev    next >
Encoding:
Text File  |  1998-01-05  |  5.4 KB  |  157 lines  |  [TEXT/ttxt]

  1. Read Me
  2. Club MID 1.0.4
  3.  
  4.  
  5. Copyright
  6. “Club MID” is Copyright © 1997-1998 by Takashi Suzuki.
  7. This software was created with CodeWarrior IDE 2.1, MW C/C++ 68K 2.0, MW C/C++ PPC 2.0, and as such portions may be copyrighted by Metrowerks. 
  8.  
  9.  
  10. Description
  11. Club MID is an application for the Macintosh which allows you to play standard MIDI files. One window holds one standard MIDI file, and displays it's current tempo, System Exclusive status, Control Change status and Voice Name, Panpot, Pitch Bend, Level for each MIDI channel.
  12. List window can have up to 32640 MIDI files to be played back sequentially, or random order.
  13. This application is best for those who wants to be with music all the time.
  14.  
  15. Features :
  16.             Fat Binary.
  17.             Macintosh Drag and Drop support.
  18.             GM, GS, XG format compatible.
  19.             32part Standard MIDI File playback support.
  20.  
  21. This application requires :
  22.             Macintosh with 68020 or higher / PowerPC
  23.             System7 + QuickTime or System7.1 or later
  24.             Apple MIDI Manager or OMS (Open Music System)
  25.             MIDI tone generator or QuickTime Musical Instruments
  26.  
  27.  
  28.  
  29. How to use
  30. 1-1 Use with OMS
  31. Choose "Choose device..." in OMS menu, and select tone genarator.
  32. * You can get OMS (Open Music System) from Opcode web:
  33.      http://www.opcode.com/
  34.  
  35. 1-2 Use with MIDI Manager
  36. Launch "PachBay" application, bundled with Apple MIDI Manager package, after launched Club MID. Then connect output port of Club MID to Modem or Printer port.
  37. * You can get MIDI Manager from Apple web:
  38.      http://www.info.apple.com/
  39.      Apple.Software.Updates/US/Macintosh/Unsupported
  40.      MIDI Management Tools 2.0.2
  41.  
  42. 2 Open and play standard MIDI file
  43. Choose "Open..." in File menu and select standard MIDI file you want to play.
  44. If "AutoPlay" item in Control menu is checked, it automatically start playing just after opening the file. If "AutoPlay" item is not checked, choose "Play" item in control menu, or double click inside window.
  45. To stop, choose "Stop" in Control menu. To pause, choose "Pause" in Control menu.
  46. Double clicking inside the window let stop playing.
  47.  
  48. 3 What's shown in window
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66. Current tempo, System Exclusive status, Control Change status and Voice Name, Panpot, Picth Bend, Level for each MIDI channel are shown in window. Each item changes as play goes on.
  67. Note that Level display does not show the real sound level you are hearing.
  68. Choosing "Get Info" in File menu shows you how many MIDI messages in the standard midi file.
  69. If you see '*' character in "Note On" column, number of Note On and Note Off for the channel are not the same.
  70.  
  71. 4 Play List window
  72. Choose "New List" in File menu to make new list window.
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90. You can appnd up to 32640 standard MIDI files into this list, just by dragging & dropping them from Finder.  From version 1.0.1, you can drop Folder(s). In that case, all of the standard MIDI files insied the folder(s) are appended.
  91. You can re-arrange the sequence by drag & drop. To remove from list, drag it to Trash in Finder.
  92. Choosing "Get Info" in File menu, shows you how many MIDI files in the list window.
  93. If you hold down Option key while choosing Play item in Control menu, you can listen first 10 seconds of each songs. (Intro Scan Mode)
  94.  
  95.  
  96. Register
  97. Read "How to register" file and follow the instructions.
  98.  
  99.  
  100. Distribution
  101. Club MID is shareware. It may distributed freely as long as it has no potential for profit (direct or indirect) by the distributor. Other distribution arrangements must be made with the author in advance. Club MID must be distributed in its original form as the file Club MID 1.0.4.cpt which expands into these files (•) and folders (/):
  102.  
  103.     /    Club MID 1.0.4
  104.             •    Club MID
  105.             •    Read Me
  106.             •    How to register
  107.             •    Register
  108.  
  109. You can change compression method without modifying the contents.
  110.  
  111.  
  112. Warranty/Liability
  113. This software is licensed on an “as is” basis. The author provides no warranty of any sort. The user of this software assumes complete responsibility for any direct or indirect damages due to use or misuse of this software.
  114.  
  115.  
  116. Questions/Comments
  117. The fastest way to ask questions and make comments is by sending e-mail to the author:
  118.             setsu@kagi.com (Internet)
  119.             Setsu (AOL)
  120.  
  121. If you don’t have e-mail access, direct your questions and comments to the author by snail mail:
  122.             Takashi Suzuki
  123.             338-45 Miyagawa Haruno-cho
  124.             Shuchi-gun Shizuoka 437-0604
  125.             JAPAN
  126.  
  127.  
  128. Version history
  129. v1.0.4 : 01/05/96
  130. • 32part Standard MIDI File support.
  131. • Faster file loading.
  132. • System Exclusive messages which exceed 249byte were not sent correctlly --> Fixed.
  133. • Intro Scan Mode added.
  134.  
  135. v1.0.3 : 09/16/96
  136. • Coudn't play standard MIDI files which have "Output port" Meta Events --> Fixed. 
  137.  
  138. v1.0.2 : 09/10/96
  139. • Play/Pause/Stop item in Control menu is enabled when you are playing List window and frontmost window is not the List window.
  140. • There was possibility to crash while playing some Standard MIDI Files --> Fixed.
  141. • Better playing performance when Club MID is not the current, ie. frontmost,  application.
  142. • Mac OS8 window size aware.
  143.  
  144. v1.0.1 : 06/28/96
  145. • Start playing when you open standard MIDI file without checking "Auto Play". In that condition, Level Meter is not shown, and in most cases your Mac crashes.  --> Fixed.
  146. • Now you can drop folder(s) into Play List Window.
  147. • Crashed when played standard MIDI file which does not have Tempo information. --> Fixed.
  148. • Double lines drawn in PAN and/or PB Meter when you Play->Stop->Play the same file. --> Fixed
  149. • Faster Level Meter display.
  150.  
  151. v1.0.0 : 06/23/96
  152. • First release.
  153.  
  154.  
  155. -- T.Suzuki
  156.  
  157.